(quail-show-key): Fix an error message.
authorKenichi Handa <handa@m17n.org>
Fri, 2 Feb 2007 11:43:31 +0000 (11:43 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 2 Feb 2007 11:43:31 +0000 (11:43 +0000)
lisp/international/quail.el

index a14d358c8ad0eff8eacc8f285fb14c5dc2abbe5c..340c035ca429384ed86fcbd74951fbdfb8bf391e 100644 (file)
@@ -2773,7 +2773,7 @@ If CHAR is an ASCII character and can be input by typing itself, return t."
   (or current-input-method
       (error "No input method is activated"))
   (or (assoc current-input-method quail-package-alist)
-      (error "The current input method is not using Quail"))
+      (error "The current input method does not use Quail"))
   (let* ((char (following-char))
         (key-list (quail-find-key char)))
     (cond ((consp key-list)